home *** CD-ROM | disk | FTP | other *** search
/ Digital Pose Collection / Digital Pose Collection.iso / mac / POSE / DATA / MAIN.DXR / 00506.ls < prev    next >
Encoding:
Text File  |  1996-06-18  |  173 b   |  9 lines

  1. on mouseUp
  2.   global gqtrate
  3.   if the movieRate of sprite 1 <= 0 then
  4.     set the movieRate of sprite 1 to gqtrate
  5.   else
  6.     set the movieRate of sprite 1 to 0
  7.   end if
  8. end
  9.